QuickOPC User's Guide and Reference
Assembly Referencing with Visual Studio Toolbox
Fundamentals > Referencing the Assemblies (.NET) > Assembly Referencing with Visual Studio Toolbox
This functionality is not available under (or the text does not apply to) .NET Standard development platform.

If you are using the Visual Studio Toolbox (described further below) to add instances of components to your project, the assembly references are created for you by Visual Studio automatically, when you drag the component onto the designer’s surface.

This is the approach used in the "Getting Started" articles:

This technique only works for certain kinds of projects (such as Windows Forms or WPF) and certain kinds of project items in them.

See Also